home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / bc_pas_1.zip / MVINIT.C < prev    next >
C/C++ Source or Header  |  1992-06-23  |  733b  |  29 lines

  1. /*$Author:   DCODY  $*/
  2. /*$Date:   23 Jun 1992 16:33:06  $*/
  3. /*$Header:   W:/sccs/misc/mvinit.c_v   1.1   23 Jun 1992 16:33:06   DCODY  $*/
  4. /*$Log:   W:/sccs/misc/mvinit.c_v  $
  5.  * 
  6.  *    Rev 1.1   23 Jun 1992 16:33:06   DCODY
  7.  * PAS2 update
  8.  * 
  9.  *    Rev 1.0   15 Jun 1992 09:39:58   BCRANE
  10.  * Initial revision.
  11. */
  12. /*$Logfile:   W:/sccs/misc/mvinit.c_v  $*/
  13. /*$Modtimes$*/
  14.  
  15.     /*\
  16.     |*|----====< MVINIT.C >====----
  17.     |*|
  18.     |*| This routine initializes the hardware to a playable state
  19.     |*|
  20.     \*/
  21.  
  22. main()
  23. {
  24.     printf ("MVINIT -- Media Vision Pro Audio Spectrum\n");
  25.     printf ("          hardware initialization test program, 0.01.\n\n");
  26.     printf ("          Hardware Version # = %04x\n",InitMVHardware());
  27. }
  28.  
  29.